home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-08 | 770 b | 21 lines | [TEXT/R*ch] |
- -- lines beginning with -- are ignored comments
- --
- -- To use this script, uncomment the appropriate lines,
- -- rename this file to "QuickAgent options", place
- -- this file in the same folder as QuickAgent, and
- -- restart QuickAgent.
- --
- -- This exaple script sets how often QuickAgent checks for new mail
- -- to half the default, and if the subject field contains "blueprint"
- -- it sends back a reply to the sender with the file named in the
- -- subject field.
- --
- -- * Notice the path to the file is a folder concatenated with
- -- whatever is in the subject field. Clever. This example
- -- provided by one of our beta testers.
- --
- --
- -- checkSeconds = 60
- --
- -- if QMSubject contains "Blueprint" then QMReply QMSenderAddress,"re: Blueprint",("Mac HD:Documents:" & QMSubject)
-